@keyframes move {
  0% {
    opacity: 0;
    transform: translateY(-150px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@font-face {
  font-family: COPRGTL;
  src: url("fonts/COPRGTL_0.woff"), url("fonts/COPRGTL_0.woff2"), url("fonts/COPRGTL_0.ttf"), url("fonts/COPRGTL_0.svg"), url("fonts/COPRGTL_0.eot"); }
@font-face {
  font-family: COPRGTB;
  src: url("fonts/COPRGTB_0_1.woff"), url("fonts/COPRGTB_0_1.woff2"), url("fonts/COPRGTB_0_1.ttf"), url("fonts/COPRGTB_0_1.svg"), url("fonts/COPRGTB_0_1.eot"); }
body {
  width: 100%;
  overflow: hidden;
  min-width: 1200px; }

.header {
  width: 100%;
  height: auto; }
  .header .header_top {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e4e4e4; }
    .header .header_top .ht_cen {
      margin-left: 40px;
      margin-right: 50px; }
      .header .header_top .ht_cen .welcome {
        float: left;
        font-size: 12px;
        color: #848484;
        line-height: 45px;
        height: 45px; }
      .header .header_top .ht_cen .bdsharebuttonbox {
        float: right; }
        .header .header_top .ht_cen .bdsharebuttonbox a {
          width: 23px;
          height: 22px;
          float: none;
          padding-left: 0;
          margin: 10px 2px 0 2px;
          display: inline-block; }
          .header .header_top .ht_cen .bdsharebuttonbox a.sina {
            background: url(../img/sina.png) no-repeat; }
          .header .header_top .ht_cen .bdsharebuttonbox a.qq {
            background: url(../img/qq.png) no-repeat; }
          .header .header_top .ht_cen .bdsharebuttonbox a.wx {
            background: url(../img/wx.png) no-repeat; }
      .header .header_top .ht_cen .message {
        float: right;
        margin-right: 34px; }
        .header .header_top .ht_cen .message .tel {
          font-size: 12px;
          color: #848484;
          float: right;
          padding-left: 20px;
          background: url(../img/te.png) no-repeat left center;
          line-height: 45px;
          margin-left: 17px; }
        .header .header_top .ht_cen .message .email {
          font-size: 12px;
          color: #848484;
          float: right;
          margin-left: 17px;
          padding-left: 20px;
          background: url(../img/em.png) no-repeat left center;
          line-height: 45px; }
  .header .header_main {
    width: 1190px;
    height: 105px;
    margin: 0 auto; }
    .header .header_main .logo {
      display: block;
      float: left;
      line-height: 105px; }
    .header .header_main .nav_main {
      float: right;
      position: relative; }
      .header .header_main .nav_main .nav li:last-child {
        margin-right: 0; }
      .header .header_main .nav_main .nav li {
        width: 68px;
        height: 105px;
        float: left;
        font-size: 14px;
        color: #000;
        text-align: center;
        margin-right: 40px;
        line-height: 105px;
        position: relative; }
        .header .header_main .nav_main .nav li:hover a {
          color: #fd9338; }
        .header .header_main .nav_main .nav li:hover .border {
          opacity: 1;
          transform: translateY(0px); }
        .header .header_main .nav_main .nav li.active a {
          color: #fd9338; }
        .header .header_main .nav_main .nav li.active .border {
          opacity: 1;
          transform: translateY(0px); }
        .header .header_main .nav_main .nav li > a {
          color: #000;
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          transition: all 0.5s; }
        .header .header_main .nav_main .nav li .border {
          width: 68px;
          height: 2px;
          background: #fd9338;
          position: absolute;
          left: 0px;
          bottom: 0;
          opacity: 0;
          transition: all 0.5s;
          transform: translateY(-5px); }
        .header .header_main .nav_main .nav li .slider2 {
          width: 136px;
          height: auto;
          position: absolute;
          left: -34px;
          top: 105px;
          z-index: 80;
          display: none;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          background: #fff; }
          .header .header_main .nav_main .nav li .slider2 a:last-child {
            border: none; }
          .header .header_main .nav_main .nav li .slider2 > a {
            display: block;
            width: 100%;
            height: 43px;
            line-height: 43px;
            font-size: 12px;
            color: #555454;
            transition: all 0.5s;
            text-align: center;
            border-bottom: 1px solid #eeeeee; }
            .header .header_main .nav_main .nav li .slider2 > a:hover {
              color: #fd9338; }

.main {
  width: 100%;
  height: auto; }
  .main.welcome {
    width: 100%;
    height: auto; }
    .main.welcome .banner {
      width: 100%;
      height: 800px;
      overflow: hidden;
      position: relative; }
      .main.welcome .banner ul {
        width: 2000px;
        height: 100%;
        position: relative; }
        .main.welcome .banner ul li {
          width: 1920px;
          height: 100%;
          float: left;
          min-width: 1200px; }
      .main.welcome .banner .slider {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 45px;
        text-align: center; }
        .main.welcome .banner .slider a {
          width: 29px;
          height: 29px;
          border: 2px solid transparent;
          display: inline-block;
          text-align: center;
          line-height: 29px;
          font-size: 14px;
          color: #fff;
          margin: 0 2px;
          font-weight: bold;
          font-family: Arial;
          border-radius: 50%;
          transition: all 0.5s; }
          .main.welcome .banner .slider a.active {
            border-color: #fff; }
    .main.welcome .about_main {
      width: 100%;
      height: 400px;
      overflow: hidden;
      min-width: 1200px; }
      .main.welcome .about_main.product .ab_l {
        float: right;
        background: #bdd194; }
        .main.welcome .about_main.product .ab_l .en {
          letter-spacing: 8px; }
          @media (max-width: 1450px) {
            .main.welcome .about_main.product .ab_l .en {
              letter-spacing: 5px;
              font-size: 30px; } }
        .main.welcome .about_main.product .ab_l.js-m {
          transform: translateX(200px);
          opacity: 0; }
      .main.welcome .about_main.product .ab_r {
        float: left;
        background: #c7db9c; }
        .main.welcome .about_main.product .ab_r.js-m {
          transform: translateX(-200px);
          opacity: 0; }
      .main.welcome .about_main.news .ab_l {
        float: right;
        background: #71b6e3; }
        .main.welcome .about_main.news .ab_l .en {
          letter-spacing: 10px; }
          @media (max-width: 1450px) {
            .main.welcome .about_main.news .ab_l .en {
              letter-spacing: 5px;
              font-size: 30px; } }
        .main.welcome .about_main.news .ab_l.js-m {
          transform: translateX(200px);
          opacity: 0; }
      .main.welcome .about_main.news .ab_r {
        float: left;
        background: #7ac4f4; }
        .main.welcome .about_main.news .ab_r.js-m {
          transform: translateX(-200px);
          opacity: 0; }
        .main.welcome .about_main.news .ab_r .tit {
          color: #fff; }
        .main.welcome .about_main.news .ab_r .en {
          color: #fff; }
      .main.welcome .about_main.case .ab_l {
        background: #b2d9c7; }
        .main.welcome .about_main.case .ab_l .en {
          letter-spacing: 6px; }
          @media (max-width: 1450px) {
            .main.welcome .about_main.case .ab_l .en {
              letter-spacing: 4px;
              font-size: 30px; } }
      .main.welcome .about_main.case .ab_r {
        background: #bce5d3; }
      .main.welcome .about_main .ab_l {
        width: 33.33%;
        height: 100%;
        float: left;
        background: #f9c87a; }
        .main.welcome .about_main .ab_l.js-m {
          transform: translateX(-200px);
          opacity: 0; }
        .main.welcome .about_main .ab_l .en {
          font-size: 35px;
          color: #fff;
          text-align: center;
          letter-spacing: 15px;
          font-family: COPRGTL;
          line-height: 40px;
          padding-top: 125px; }
        .main.welcome .about_main .ab_l .cn {
          text-align: center;
          font-size: 20px;
          color: #fff;
          letter-spacing: 13px; }
        .main.welcome .about_main .ab_l .more {
          display: block;
          width: 90px;
          height: auto;
          margin: 60px auto 0 auto;
          text-align: center; }
          .main.welcome .about_main .ab_l .more:hover .txt {
            color: #fd9338; }
          .main.welcome .about_main .ab_l .more:hover .ico {
            transform: rotate(360deg); }
          .main.welcome .about_main .ab_l .more .txt {
            font-size: 14px;
            color: #fff;
            display: block;
            float: left;
            transition: all 0.5s;
            line-height: 22px; }
          .main.welcome .about_main .ab_l .more .ico {
            width: 22px;
            height: 22px;
            float: right;
            display: block;
            transition: all 0.5s;
            background: url(../img/m.png) no-repeat; }
      .main.welcome .about_main .ab_r {
        width: 55.66%;
        height: 256px;
        float: left;
        background: #fccf88;
        padding-left: 5.5%;
        padding-right: 5.5%;
        padding-top: 154px; }
        .main.welcome .about_main .ab_r.js-m {
          transform: translateX(200px);
          opacity: 0; }
        .main.welcome .about_main .ab_r .tit {
          font-size: 14px;
          color: #333;
          line-height: 32px; }
        .main.welcome .about_main .ab_r .en {
          font-size: 12px;
          color: #333;
          font-family: Arial; }
      @media (max-width: 1700px) {
        .main.welcome .about_main {
          height: 380px; }
          .main.welcome .about_main .ab_l .en {
            padding-top: 105px; }
          .main.welcome .about_main .ab_r {
            width: 50.96%;
            height: 250px;
            float: left;
            background: #fccf88;
            padding-left: 4.7%;
            padding-right: 11%;
            padding-top: 130px; }
            .main.welcome .about_main .ab_r .tit {
              font-size: 14px;
              color: #333;
              line-height: 32px; }
            .main.welcome .about_main .ab_r .en {
              font-size: 12px;
              color: #333;
              font-family: Arial; } }
      @media (max-width: 1500px) {
        .main.welcome .about_main {
          height: 350px; }
          .main.welcome .about_main .ab_l .en {
            padding-top: 100px; }
          .main.welcome .about_main .ab_r {
            width: 50.96%;
            height: 230px;
            float: left;
            background: #fccf88;
            padding-left: 4.7%;
            padding-right: 11%;
            padding-top: 120px; }
            .main.welcome .about_main .ab_r .tit {
              font-size: 14px;
              color: #333;
              line-height: 32px; }
            .main.welcome .about_main .ab_r .en {
              font-size: 12px;
              color: #333;
              font-family: Arial; } }
    .main.welcome .company {
      width: 100%;
      height: auto;
      position: relative;
      min-width: 1200px; }
      .main.welcome .company .company_l {
        width: 51.2%;
        height: auto;
        float: left;
        position: relative;
        z-index: 100; }
        .main.welcome .company .company_l.js-m {
          transform: translateX(-200px);
          opacity: 0; }
        .main.welcome .company .company_l img {
          width: 100%;
          height: auto; }
        .main.welcome .company .company_l .shoes {
          width: 11.55%;
          height: auto;
          position: absolute;
          left: 100%;
          bottom: 0;
          z-index: 100; }
          .main.welcome .company .company_l .shoes img {
            width: 100%;
            height: auto; }
      .main.welcome .company .company_r {
        width: 66.66%;
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/1.jpg) no-repeat;
        background-size: cover; }
        .main.welcome .company .company_r .mes {
          width: 30%;
          height: 82%;
          margin-top: 18%;
          float: left;
          position: relative; }
          .main.welcome .company .company_r .mes.js-m {
            transform: translateY(-100px);
            opacity: 0; }
          .main.welcome .company .company_r .mes .en {
            font-size: 35px;
            color: #231f20;
            line-height: 36px;
            margin-left: 11.5%;
            width: 88.5%;
            font-family: COPRGTB; }
          .main.welcome .company .company_r .mes .line {
            width: 26%;
            height: 4px;
            margin-top: 20px;
            background: #231f20;
            margin-left: 10.5%; }
          .main.welcome .company .company_r .mes .con {
            width: 100%;
            height: auto;
            font-size: 12px;
            color: #333;
            margin-left: 10.5%;
            font-family: Arial;
            width: 88.5%;
            margin-top: 50px; }
        .main.welcome .company .company_r .content_r {
          width: 57.8%;
          height: auto;
          float: right;
          margin-top: 158px;
          margin-right: 5.8%;
          position: relative; }
          .main.welcome .company .company_r .content_r.js-m {
            transform: translateY(200px);
            opacity: 0; }
          .main.welcome .company .company_r .content_r .more2 {
            width: 67px;
            height: 29px;
            transition: all 0.5s;
            display: block;
            position: absolute;
            right: -34px;
            bottom: 0px;
            z-index: 100;
            background: url(../img/jia2.png) no-repeat center center #fd9338; }
            @media (max-width: 1600px) {
              .main.welcome .company .company_r .content_r .more2 {
                width: 60.3px;
                height: 26.1px;
                right: -30.15px;
                background-size: 18px 18px; } }
            @media (max-width: 1400px) {
              .main.welcome .company .company_r .content_r .more2 {
                width: 46.9px;
                height: 20.3px;
                right: -23.45px;
                background-size: 14px 14px; } }
          .main.welcome .company .company_r .content_r .pic {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative; }
            .main.welcome .company .company_r .content_r .pic:hover img {
              transform: scale(1.1); }
            .main.welcome .company .company_r .content_r .pic img {
              width: 100%;
              height: auto;
              transition: all 0.5s; }
          .main.welcome .company .company_r .content_r .con {
            font-size: 14px;
            color: #333;
            line-height: 32px;
            margin-top: 40px; }
            .main.welcome .company .company_r .content_r .con a {
              color: #333;
              display: block; }
          .main.welcome .company .company_r .content_r .more {
            width: 140px;
            height: 45px;
            display: block;
            background: #fd9338;
            text-align: center;
            color: #fff;
            margin-top: 53px;
            line-height: 45px; }
            .main.welcome .company .company_r .content_r .more:hover .ico {
              transform: translateX(5px); }
            .main.welcome .company .company_r .content_r .more .txt {
              font-size: 14px;
              color: #fff;
              vertical-align: top;
              display: inline-block; }
            .main.welcome .company .company_r .content_r .more .ico {
              color: #fff;
              transition: all 0.5s;
              background: url(../img/jia.png) no-repeat center center;
              display: inline-block;
              width: 8px;
              height: 100%; }
      .main.welcome .company .txt_w {
        display: inline-block;
        position: absolute;
        left: 32.2%;
        top: 63.5%;
        z-index: 100; }
        .main.welcome .company .txt_w.js-m {
          transform: translateX(100px);
          opacity: 0; }
        .main.welcome .company .txt_w .txt {
          font-size: 25px;
          color: #fff;
          opacity: 0.6;
          line-height: 30px; }
        .main.welcome .company .txt_w .e {
          font-size: 35px;
          color: #fff;
          line-height: 44px;
          font-family: COPRGTL; }
      @media (max-width: 1700px) {
        .main.welcome .company .company_r .mes {
          width: 35%;
          height: 82%;
          margin-top: 18%;
          float: left;
          position: relative; }
          .main.welcome .company .company_r .mes .en {
            font-size: 30px;
            color: #231f20;
            line-height: 30px; }
          .main.welcome .company .company_r .mes .line {
            width: 26%;
            height: 3px;
            margin-top: 15px; }
          .main.welcome .company .company_r .mes .con {
            width: 100%;
            height: auto;
            font-size: 12px;
            color: #333;
            margin-left: 10.5%;
            font-family: Arial;
            width: 88.5%;
            margin-top: 35px; }
        .main.welcome .company .company_r .content_r {
          width: 57.8%;
          height: auto;
          float: right;
          margin-top: 120px;
          margin-right: 4%; }
          .main.welcome .company .company_r .content_r .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .main.welcome .company .company_r .content_r .pic img {
              width: 100%;
              height: auto; }
          .main.welcome .company .company_r .content_r .con {
            font-size: 14px;
            color: #333;
            line-height: 30px;
            margin-top: 25px; }
            .main.welcome .company .company_r .content_r .con a {
              color: #333;
              display: block; }
          .main.welcome .company .company_r .content_r .more {
            width: 120px;
            height: 35px;
            margin-top: 35px;
            line-height: 35px; }
            .main.welcome .company .company_r .content_r .more .txt {
              font-size: 13px; }
        .main.welcome .company .txt_w {
          display: inline-block;
          position: absolute;
          left: 32.2%;
          top: 63.5%;
          z-index: 100; }
          .main.welcome .company .txt_w .txt {
            font-size: 20px;
            color: #fff;
            opacity: 0.6;
            line-height: 30px; }
          .main.welcome .company .txt_w .e {
            font-size: 25px;
            color: #fff;
            line-height: 30px;
            font-family: COPRGTL; } }
      @media (max-width: 1450px) {
        .main.welcome .company .company_r .mes {
          width: 37%;
          height: 82%;
          margin-top: 18%;
          float: left;
          position: relative; }
          .main.welcome .company .company_r .mes .en {
            font-size: 30px;
            color: #231f20;
            line-height: 30px;
            margin-left: 5%;
            width: 95%; }
          .main.welcome .company .company_r .mes .line {
            width: 26%;
            height: 3px;
            margin-top: 15px;
            margin-left: 5%; }
          .main.welcome .company .company_r .mes .con {
            width: 100%;
            height: auto;
            font-size: 12px;
            color: #333;
            margin-left: 5%;
            width: 95%;
            margin-top: 25px; }
        .main.welcome .company .company_r .content_r {
          width: 55.8%;
          height: auto;
          float: right;
          margin-top: 100px;
          margin-right: 4%; }
          .main.welcome .company .company_r .content_r .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .main.welcome .company .company_r .content_r .pic img {
              width: 100%;
              height: auto; }
          .main.welcome .company .company_r .content_r .con {
            font-size: 13px;
            color: #333;
            line-height: 28px;
            margin-top: 25px; }
            .main.welcome .company .company_r .content_r .con a {
              color: #333;
              display: block; }
          .main.welcome .company .company_r .content_r .more {
            width: 110px;
            height: 30px;
            margin-top: 25px;
            line-height: 30px; }
            .main.welcome .company .company_r .content_r .more .txt {
              font-size: 13px; }
        .main.welcome .company .txt_w {
          display: inline-block;
          position: absolute;
          left: 32.2%;
          top: 63.5%;
          z-index: 100; }
          .main.welcome .company .txt_w .txt {
            font-size: 16px;
            color: #fff;
            opacity: 0.6;
            line-height: 24px; }
          .main.welcome .company .txt_w .e {
            font-size: 22px;
            color: #fff;
            line-height: 30px;
            font-family: COPRGTL; } }
      @media (max-width: 1300px) {
        .main.welcome .company .company_r .mes {
          width: 37%;
          height: 82%;
          margin-top: 17%;
          float: left;
          position: relative; }
          .main.welcome .company .company_r .mes .en {
            font-size: 25px;
            color: #231f20;
            line-height: 25px;
            margin-left: 5%;
            width: 95%; }
        .main.welcome .company .company_r .content_r {
          width: 55.8%;
          height: auto;
          float: right;
          margin-top: 80px;
          margin-right: 4%; }
          .main.welcome .company .company_r .content_r .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .main.welcome .company .company_r .content_r .pic img {
              width: 100%;
              height: auto; }
          .main.welcome .company .company_r .content_r .con {
            font-size: 12px; } }
    .main.welcome .product_main {
      width: 100%;
      height: auto;
      min-width: 1200px; }
      .main.welcome .product_main .pl {
        width: 66.66%;
        height: auto;
        float: left; }
        .main.welcome .product_main .pl.js-m {
          transform: translateX(200px);
          opacity: 0; }
        .main.welcome .product_main .pl .content {
          width: 68%;
          height: auto;
          margin: 12% auto 0 auto; }
          .main.welcome .product_main .pl .content .classification_box {
            width: 100%;
            height: auto; }
            .main.welcome .product_main .pl .content .classification_box .classification a {
              font-size: 14px;
              color: #000;
              transition: all 0.5s; }
              .main.welcome .product_main .pl .content .classification_box .classification a.cur {
                color: #f5821f; }
              .main.welcome .product_main .pl .content .classification_box .classification a:hover {
                color: #f5821f; }
            .main.welcome .product_main .pl .content .classification_box .series {
              height: auto; }
              .main.welcome .product_main .pl .content .classification_box .series a {
                display: inline-block;
                font-size: 14px;
                color: #333;
                height: 23px;
                line-height: 14px;
                margin-left: 20px;
                transition: all 0.5s;
                border-bottom: 1px solid #fff; }
                .main.welcome .product_main .pl .content .classification_box .series a.cur {
                  border-color: #dcdcdc;
                  color: #fd9338; }
                .main.welcome .product_main .pl .content .classification_box .series a:hover {
                  border-color: #dcdcdc;
                  color: #fd9338; }
          .main.welcome .product_main .pl .content .wrap {
            width: 100%;
            margin-top: 40px;
            height: auto; }
            .main.welcome .product_main .pl .content .wrap ul {
              width: 110%;
              height: auto; }
              .main.welcome .product_main .pl .content .wrap ul li {
                width: 28.2%;
                height: auto;
                float: left;
                margin-right: 3.1%;
                position: relative;
                z-index: 90;
                margin-bottom: 54px; }
                .main.welcome .product_main .pl .content .wrap ul li .cont {
                  width: 100%;
                  height: auto; }
                  .main.welcome .product_main .pl .content .wrap ul li .cont .pic {
                    width: 100%;
                    height: auto;
                    overflow: hidden; }
                    .main.welcome .product_main .pl .content .wrap ul li .cont .pic img {
                      width: 100%;
                      height: auto;
                      transition: all 0.5s; }
                  .main.welcome .product_main .pl .content .wrap ul li .cont .con {
                    width: 100%;
                    height: 75px;
                    background: #f8f7f7;
                    padding-top: 10px;
                    transition: all 0.5s; }
                    .main.welcome .product_main .pl .content .wrap ul li .cont .con .ti {
                      font-size: 18px;
                      color: #333;
                      text-align: center;
                      transition: all 0.5s; }
                    .main.welcome .product_main .pl .content .wrap ul li .cont .con .more {
                      font-size: 12px;
                      transition: all 0.5s;
                      color: #949494;
                      text-align: center; }
                .main.welcome .product_main .pl .content .wrap ul li .mask {
                  width: 100%;
                  height: 100%;
                  background: rgba(0, 0, 0, 0.5);
                  position: absolute;
                  left: 0;
                  top: 0;
                  opacity: 0; }
                .main.welcome .product_main .pl .content .wrap ul li:hover .cont .pic img {
                  transform: scale(1.1); }
                .main.welcome .product_main .pl .content .wrap ul li:hover .cont .con {
                  background: #fd9338; }
                  .main.welcome .product_main .pl .content .wrap ul li:hover .cont .con .ti {
                    color: #fff; }
                  .main.welcome .product_main .pl .content .wrap ul li:hover .cont .con .more {
                    color: #fff; }
      .main.welcome .product_main .pr {
        width: 33.33%;
        height: auto;
        float: right;
        overflow: hidden; }
        .main.welcome .product_main .pr.js-m {
          transform: translateX(-100px);
          opacity: 0; }
        .main.welcome .product_main .pr img {
          width: 100%;
          height: auto;
          display: block; }
      @media (max-width: 1600px) {
        .main.welcome .product_main .pl .content {
          width: 72%;
          height: auto;
          margin: 12% auto 0 auto; }
          .main.welcome .product_main .pl .content .wrap ul li {
            margin-bottom: 40px; }
            .main.welcome .product_main .pl .content .wrap ul li .cont .con {
              width: 100%;
              height: 60px;
              background: #f8f7f7;
              padding-top: 5px;
              transition: all 0.5s; }
              .main.welcome .product_main .pl .content .wrap ul li .cont .con .ti {
                font-size: 16px; } }
      @media (max-width: 1400px) {
        .main.welcome .product_main .pl .content {
          width: 75%;
          height: auto;
          margin: 12% auto 0 auto; }
          .main.welcome .product_main .pl .content .wrap ul li {
            margin-bottom: 30px;
            width: 29.2%;
            margin-right: 2.1%; }
            .main.welcome .product_main .pl .content .wrap ul li .cont .con {
              width: 100%;
              height: 55px;
              background: #f8f7f7;
              padding-top: 5px;
              transition: all 0.5s; }
              .main.welcome .product_main .pl .content .wrap ul li .cont .con .ti {
                font-size: 16px;
                line-height: 24px; } }
    .main.welcome .case_box {
      width: 100%;
      height: auto;
      min-width: 1200px; }
      .main.welcome .case_box .case_l {
        width: 33.33%;
        height: auto;
        float: left; }
        .main.welcome .case_box .case_l.js-m {
          transform: translateX(-200px);
          opacity: 0; }
        .main.welcome .case_box .case_l img {
          width: 100%;
          height: auto; }
      .main.welcome .case_box .case_r {
        width: 66.66%;
        height: auto;
        float: right; }
        .main.welcome .case_box .case_r.js-m {
          transform: translateX(200px);
          opacity: 0; }
        .main.welcome .case_box .case_r .container {
          width: 68%;
          height: auto;
          margin: 16.5% auto 0 auto; }
          .main.welcome .case_box .case_r .container ul {
            width: 110%;
            height: auto; }
            .main.welcome .case_box .case_r .container ul li {
              width: 28.2%;
              height: auto;
              float: left;
              margin-right: 3.1%;
              margin-bottom: 50px;
              position: relative; }
              .main.welcome .case_box .case_r .container ul li:hover .cont .pic img {
                transform: scale(1.1); }
              .main.welcome .case_box .case_r .container ul li:hover .cont .pic .mask2 {
                opacity: 1; }
              .main.welcome .case_box .case_r .container ul li:hover .cont .pic .jia {
                opacity: 1;
                transform: translateY(0px); }
              .main.welcome .case_box .case_r .container ul li .cont {
                width: 100%;
                height: auto; }
                .main.welcome .case_box .case_r .container ul li .cont .pic {
                  width: 100%;
                  height: auto;
                  overflow: hidden;
                  position: relative; }
                  .main.welcome .case_box .case_r .container ul li .cont .pic .mask2 {
                    width: 100%;
                    height: 100%;
                    background: rgba(247, 149, 62, 0.8);
                    position: absolute;
                    left: 0;
                    transition: all 0.5s;
                    top: 0;
                    opacity: 0; }
                  .main.welcome .case_box .case_r .container ul li .cont .pic .jia {
                    width: 57px;
                    height: 57px;
                    border: 1px solid #fff;
                    text-align: center;
                    line-height: 57px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-top: -28.5px;
                    border-radius: 50%;
                    margin-left: -28.5px;
                    transition: all 0.5s;
                    opacity: 0;
                    transform: translateY(10px); }
                    .main.welcome .case_box .case_r .container ul li .cont .pic .jia img {
                      width: 20px;
                      height: 20px; }
                  .main.welcome .case_box .case_r .container ul li .cont .pic img {
                    width: 100%;
                    height: auto;
                    transition: all 0.5s; }
                .main.welcome .case_box .case_r .container ul li .cont .txt {
                  width: 100%;
                  height: 44px;
                  font-size: 16px;
                  color: #333;
                  line-height: 44px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  border-bottom: 1px solid #dcdcdc; }
              .main.welcome .case_box .case_r .container ul li .mask {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0; }
          @media (max-width: 1600px) {
            .main.welcome .case_box .case_r .container {
              width: 72%; }
              .main.welcome .case_box .case_r .container ul li {
                margin-bottom: 40px; }
                .main.welcome .case_box .case_r .container ul li .cont .txt {
                  width: 100%;
                  height: 44px;
                  font-size: 14px;
                  color: #333;
                  line-height: 44px;
                  border-bottom: 1px solid #dcdcdc; } }
          @media (max-width: 1400px) {
            .main.welcome .case_box .case_r .container {
              margin: 10.5% auto 0 auto;
              width: 75%; }
              .main.welcome .case_box .case_r .container ul li {
                margin-bottom: 30px;
                width: 29.2%;
                margin-right: 2.1%; }
                .main.welcome .case_box .case_r .container ul li .cont .pic .jia {
                  width: 40px;
                  height: 40px;
                  margin-left: -20px;
                  margin-top: -20px;
                  line-height: 40px; }
                  .main.welcome .case_box .case_r .container ul li .cont .pic .jia img {
                    width: 15px;
                    height: 15px; }
                .main.welcome .case_box .case_r .container ul li .cont .txt {
                  width: 100%;
                  height: 44px;
                  font-size: 14px;
                  color: #333;
                  line-height: 44px;
                  border-bottom: 1px solid #dcdcdc; } }
    .main.welcome .news_box {
      width: 1190px;
      height: auto;
      margin: 0 auto;
      padding-top: 110px;
      overflow: hidden;
      padding-bottom: 100px; }
      .main.welcome .news_box.js-m {
        transform: translateY(100px);
        opacity: 0; }
      .main.welcome .news_box ul {
        width: 110%;
        height: auto; }
        .main.welcome .news_box ul li {
          width: 250px;
          height: auto;
          margin-right: 63px;
          float: left;
          margin-bottom: 55px; }
          .main.welcome .news_box ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .main.welcome .news_box ul li a:hover .tu img {
              transform: scale(1.1); }
            .main.welcome .news_box ul li a:hover .con .ti {
              color: #fd9338; }
            .main.welcome .news_box ul li a .tu {
              width: 100%;
              height: 175px;
              overflow: hidden; }
              .main.welcome .news_box ul li a .tu img {
                width: 100%;
                height: 100%;
                transition: all 0.5s; }
            .main.welcome .news_box ul li a .con {
              width: 100%;
              height: auto;
              border-bottom: 1px solid #d8d8d8;
              padding-top: 13px; }
              .main.welcome .news_box ul li a .con .ti {
                font-size: 16px;
                color: #333;
                line-height: 26px;
                transition: all 0.5s; }
              .main.welcome .news_box ul li a .con .message {
                font-size: 12px;
                color: #939393;
                padding-top: 4px;
                padding-bottom: 4px; }
            .main.welcome .news_box ul li a .source {
              font-size: 12px;
              color: #939393;
              padding-top: 7px; }
  .main.about {
    width: 100%;
    height: auto; }
    .main.about .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.about .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.about .banner2 .pic {
        width: 941px;
        height: 220px;
        position: absolute;
        left: 50%;
        margin-left: -470px;
        top: 50%;
        margin-top: -110px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.about .profile {
      width: 1190px;
      height: auto;
      padding-top: 60px;
      margin: 0 auto;
      padding-bottom: 75px; }
      .main.about .profile .tit {
        font-size: 35px;
        color: #f5821f;
        font-family: COPRGTB;
        line-height: 50px; }
      .main.about .profile .txt {
        font-size: 20px;
        color: #f5821f;
        line-height: 38px; }
      .main.about .profile .con {
        font-size: 14px;
        color: #444444;
        line-height: 26px;
        padding-top: 17px; }
        .main.about .profile .con p {
          padding-top: 12px; }
    .main.about .tu {
      width: 100%;
      min-width: 1200px;
      height: auto; }
      .main.about .tu img {
        width: 100%;
        height: auto; }
    .main.about .culture {
      width: 100%;
      height: auto;
      padding-top: 95px;
      min-width: 1200px; }
      .main.about .culture .tit {
        font-size: 35px;
        color: #f5821f;
        font-family: COPRGTB;
        line-height: 50px;
        text-align: center; }
      .main.about .culture .txt {
        font-size: 20px;
        color: #f5821f;
        line-height: 38px;
        text-align: center; }
      .main.about .culture .culture_main {
        width: 100%;
        margin-top: 58px;
        height: auto; }
        .main.about .culture .culture_main .cl {
          width: 50%;
          height: auto;
          overflow: hidden; }
          .main.about .culture .culture_main .cl img {
            width: 100%;
            height: auto; }
        .main.about .culture .culture_main .cr {
          width: 46.5%;
          height: auto;
          padding-left: 3.5%;
          background: #fafafa; }
          .main.about .culture .culture_main .cr .ti {
            font-size: 24px;
            padding-top: 90px;
            color: #302e2d;
            line-height: 38px; }
          .main.about .culture .culture_main .cr .line {
            width: 100px;
            height: 2px;
            background: #ececec;
            margin-top: 20px; }
          .main.about .culture .culture_main .cr .con {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            margin-top: 20px; }
          @media (max-width: 1700px) {
            .main.about .culture .culture_main .cr .ti {
              font-size: 22px;
              padding-top: 75px;
              line-height: 36px; }
            .main.about .culture .culture_main .cr .line {
              margin-top: 15px; }
            .main.about .culture .culture_main .cr .con {
              margin-top: 15px; } }
          @media (max-width: 1500px) {
            .main.about .culture .culture_main .cr .ti {
              font-size: 22px;
              padding-top: 55px;
              line-height: 36px; }
            .main.about .culture .culture_main .cr .line {
              margin-top: 15px; }
            .main.about .culture .culture_main .cr .con {
              margin-top: 15px;
              font-size: 13px;
              line-height: 24px; } }
          @media (max-width: 1400px) {
            .main.about .culture .culture_main .cr .ti {
              font-size: 18px;
              padding-top: 45px;
              line-height: 28px; }
            .main.about .culture .culture_main .cr .line {
              margin-top: 10px; }
            .main.about .culture .culture_main .cr .con {
              margin-top: 10px;
              font-size: 13px;
              line-height: 24px; } }
    .main.about .honor {
      width: 100%;
      height: auto;
      padding-top: 95px;
      min-width: 1200px; }
      .main.about .honor .tit {
        font-size: 35px;
        color: #f5821f;
        font-family: COPRGTB;
        line-height: 50px;
        text-align: center; }
      .main.about .honor .txt {
        font-size: 20px;
        color: #f5821f;
        line-height: 38px;
        text-align: center; }
      .main.about .honor .wrap {
        width: 1190px;
        height: 600px;
        background: #fff;
        margin: 65px auto 0 auto; }
        .main.about .honor .wrap .switcher-wrap {
          position: relative;
          height: 550px; }
          .main.about .honor .wrap .switcher-wrap.slider {
            padding: 0 295px; }
          .main.about .honor .wrap .switcher-wrap .prev {
            width: 34px;
            height: 61px;
            background: url(../img/prev.png) no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -30px; }
          .main.about .honor .wrap .switcher-wrap .next {
            width: 34px;
            height: 61px;
            background: url(../img/next.png) no-repeat;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -30px; }
          .main.about .honor .wrap .switcher-wrap #img-slider {
            height: 370px; }
            .main.about .honor .wrap .switcher-wrap #img-slider .img {
              width: 317px;
              height: 415px;
              cursor: pointer; }
              .main.about .honor .wrap .switcher-wrap #img-slider .img.roundabout-in-focus .txt {
                opacity: 1; }
              .main.about .honor .wrap .switcher-wrap #img-slider .img img {
                display: blcok; }
              .main.about .honor .wrap .switcher-wrap #img-slider .img .txt {
                font-size: 16px;
                color: #555;
                text-align: center;
                opacity: 0;
                transition: all 0.5s;
                padding-top: 15px; }
          .main.about .honor .wrap .switcher-wrap .switcher {
            width: 100%;
            height: auto;
            position: absolute;
            left: 0;
            bottom: 45px;
            text-align: center; }
            .main.about .honor .wrap .switcher-wrap .switcher li {
              display: inline-block;
              padding: 2px;
              border: 1px solid #cfcfcf;
              border-radius: 100%;
              margin: 0 4px; }
              .main.about .honor .wrap .switcher-wrap .switcher li:hover {
                border-color: #f5821f; }
                .main.about .honor .wrap .switcher-wrap .switcher li:hover a {
                  background: #f5821f; }
              .main.about .honor .wrap .switcher-wrap .switcher li.active {
                border-color: #f5821f; }
                .main.about .honor .wrap .switcher-wrap .switcher li.active a {
                  background: #f5821f; }
              .main.about .honor .wrap .switcher-wrap .switcher li a {
                display: block;
                width: 8px;
                height: 8px;
                background: #fff;
                border-radius: 100%;
                transition: all 0.3s; }
    .main.about .history {
      width: 100%;
      height: auto;
      padding-top: 81px;
      min-width: 1200px;
      background: #f5f5f5; }
      .main.about .history .tit {
        font-size: 35px;
        color: #f5821f;
        font-family: COPRGTB;
        line-height: 50px;
        text-align: center; }
      .main.about .history .txt {
        font-size: 20px;
        color: #f5821f;
        line-height: 38px;
        text-align: center; }
      .main.about .history .box {
        width: 100%;
        height: auto;
        margin-top: 100px;
        padding-bottom: 90px; }
        .main.about .history .box .box_cen {
          width: 1190px;
          height: 230px;
          margin: 0 auto;
          position: relative; }
          .main.about .history .box .box_cen .left {
            width: 58px;
            height: 58px;
            background: url(../img/l.png) no-repeat center center #efefef;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            cursor: pointer;
            margin-top: -29px;
            transition: all 0.5s; }
            .main.about .history .box .box_cen .left:hover {
              background: url(../img/lw.png) no-repeat center center #fd9338; }
          .main.about .history .box .box_cen .right {
            width: 58px;
            height: 58px;
            background: url(../img/r.png) no-repeat center center #efefef;
            border-radius: 50%;
            position: absolute;
            right: 0;
            cursor: pointer;
            top: 50%;
            margin-top: -29px;
            transition: all 0.5s; }
            .main.about .history .box .box_cen .right:hover {
              background: url(../img/rw.png) no-repeat center center #fd9338; }
          .main.about .history .box .box_cen .container {
            width: 746px;
            height: 230px;
            margin: 0 auto;
            overflow: hidden; }
            .main.about .history .box .box_cen .container ul {
              width: 2000px;
              position: relative;
              height: 100%; }
              .main.about .history .box .box_cen .container ul li {
                width: 746px;
                float: left;
                height: 100%; }
                .main.about .history .box .box_cen .container ul li .mes {
                  width: 145px;
                  height: auto;
                  float: left;
                  margin-top: 5px; }
                  .main.about .history .box .box_cen .container ul li .mes .num {
                    font-size: 70px;
                    color: #333;
                    line-height: 60px;
                    font-family: Arial; }
                  .main.about .history .box .box_cen .container ul li .mes .year {
                    font-size: 24px;
                    color: #d4d4d4;
                    line-height: 26px;
                    text-align: right; }
                .main.about .history .box .box_cen .container ul li .con {
                  width: 455px;
                  height: auto;
                  float: right;
                  font-size: 14px;
                  color: #777;
                  border-left: 1px solid #858585;
                  padding-left: 65px;
                  line-height: 14px; }
                  .main.about .history .box .box_cen .container ul li .con p:last-child {
                    margin-bottom: 0; }
                  .main.about .history .box .box_cen .container ul li .con p {
                    background: url(../img/d.png) no-repeat left center;
                    padding-left: 25px;
                    margin-bottom: 20px; }
        .main.about .history .box .time {
          width: 100%;
          height: auto;
          margin-top: 95px; }
          .main.about .history .box .time .time_l {
            width: 14.5%;
            height: auto;
            float: left;
            margin-top: 1px; }
            .main.about .history .box .time .time_l img {
              width: 100%;
              height: auto; }
          .main.about .history .box .time .time_r {
            width: 14.5%;
            height: auto;
            float: right;
            margin-top: 1px; }
            .main.about .history .box .time .time_r img {
              width: 100%;
              height: auto; }
          .main.about .history .box .time .time_main {
            width: 71%;
            float: left;
            overflow: hidden;
            height: auto; }
            .main.about .history .box .time .time_main ul {
              width: 2000px;
              height: auto;
              position: relative; }
              .main.about .history .box .time .time_main ul li {
                height: auto;
                float: left;
                cursor: pointer; }
                .main.about .history .box .time .time_main ul li.active .year {
                  color: #333;
                  font-size: 24px;
                  font-weight: bold;
                  font-family: Arial; }
                .main.about .history .box .time .time_main ul li .ico {
                  width: 100%;
                  height: auto; }
                  .main.about .history .box .time .time_main ul li .ico img {
                    width: 100%;
                    height: auto; }
                .main.about .history .box .time .time_main ul li .year {
                  font-size: 24px;
                  color: #ccc;
                  transition: all 0.3s;
                  text-align: center;
                  font-family: Arial;
                  padding-top: 7px; }
    .main.about .video {
      width: 100%;
      height: auto;
      padding-top: 88px;
      min-width: 1200px; }
      .main.about .video .tit {
        font-size: 35px;
        color: #f5821f;
        font-family: COPRGTB;
        line-height: 50px;
        text-align: center; }
      .main.about .video .txt {
        font-size: 20px;
        color: #f5821f;
        line-height: 38px;
        text-align: center;
        padding-bottom: 62px; }
      .main.about .video .tu {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        cursor: pointer; }
        .main.about .video .tu:hover img {
          transform: scale(1.1); }
        .main.about .video .tu:hover .play {
          transform: scale(0.9); }
        .main.about .video .tu img {
          width: 100%;
          height: auto;
          transition: all 0.5s; }
        .main.about .video .tu .play {
          width: 80px;
          height: 77px;
          background: url(../img/play.png) no-repeat;
          position: absolute;
          left: 50%;
          transition: all 0.5s;
          top: 50%;
          margin-top: -38.5px;
          margin-left: -40px; }
  .main.news {
    width: 100%;
    height: auto; }
    .main.news .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.news .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.news .banner2 .pic {
        width: 977px;
        height: 300px;
        position: absolute;
        left: 50%;
        margin-left: -489px;
        top: 50%;
        margin-top: -150px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.news .classification {
      width: 100%;
      height: 77px;
      background: #f4f2f1;
      line-height: 77px;
      text-align: center; }
      .main.news .classification.js-m {
        transform: translateX(-200px);
        opacity: 0; }
      .main.news .classification a {
        display: inline-block;
        line-height: 77px;
        font-size: 16px;
        color: #333;
        margin: 0 56px;
        transition: all 0.5s;
        height: 77px; }
        .main.news .classification a:hover {
          color: #f5821f; }
        .main.news .classification a.current {
          color: #f5821f; }
    .main.news .news_box {
      width: 100%;
      height: auto; }
      .main.news .news_box ul {
        width: 100%;
        height: auto; }
        .main.news .news_box ul li:nth-child(even) {
          background: #f4f2f1; }
        .main.news .news_box ul li {
          width: 100%;
          height: 213px;
          background: #fff;
          padding-top: 37px; }
          .main.news .news_box ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .main.news .news_box ul li a:hover .center .pic img {
              transform: scale(1.1); }
            .main.news .news_box ul li a:hover .center .content .tit {
              color: #fd9338; }
            .main.news .news_box ul li a:hover .center .content .detail {
              transform: translateX(10px); }
            .main.news .news_box ul li a .center {
              width: 1190px;
              height: 100%;
              margin: 0 auto; }
              .main.news .news_box ul li a .center .pic {
                width: 250px;
                height: 176px;
                overflow: hidden;
                float: left; }
                .main.news .news_box ul li a .center .pic img {
                  width: 100%;
                  transition: all 0.5s;
                  height: auto; }
              .main.news .news_box ul li a .center .content {
                width: 900px;
                height: auto;
                float: right; }
                .main.news .news_box ul li a .center .content .tit {
                  font-size: 16px;
                  color: #333;
                  transition: all 0.5s; }
                .main.news .news_box ul li a .center .content .mes {
                  font-size: 12px;
                  color: #939393;
                  padding-top: 2px; }
                .main.news .news_box ul li a .center .content .con {
                  font-size: 14px;
                  color: #939393;
                  padding-top: 5px;
                  min-height: 70px; }
                .main.news .news_box ul li a .center .content .detail {
                  width: 67px;
                  height: 29px;
                  transition: all 0.5s;
                  background: url(../img/jia2.png) no-repeat center center #fd9338; }
    .main.news .news_info {
      width: 1200px;
      height: auto;
      margin: 20px auto 0 auto;
      padding-bottom: 100px; }
      .main.news .news_info img {
        max-width: 100%; }
      .main.news .news_info .border {
        padding-top: 10px;
        padding-bottom: 15px; }
        .main.news .news_info .border .ti {
          font-size: 22px;
          color: #333;
          padding-top: 22px;
          text-align: center; }
        .main.news .news_info .border .time {
          font-size: 14px;
          color: #999;
          text-align: center; }
      .main.news .news_info .cont {
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #666; }
        .main.news .news_info .cont p {
          padding-bottom: 10px; }
      .main.news .news_info .back {
        width: 100%;
        height: auto;
        padding-top: 20px; }
        .main.news .news_info .back .fl a {
          font-size: 14px;
          color: #666;
          display: block; }
          .main.news .news_info .back .fl a:hover {
            color: #fd9338; }
        .main.news .news_info .back .fr {
          text-align: right;
          padding-right: 50px;
          color: #666;
          line-height: 50px; }
          .main.news .news_info .back .fr:hover {
            color: #fd9338; }
    .main.news .page2 {
      width: 100%;
      height: auto;
      margin-bottom: 85px;
      margin-top: 49px; }
      .main.news .page2 img {
        display: block;
        margin: 0 auto; }
  .main.product {
    width: 100%;
    height: auto; }
    .main.product .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.product .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.product .banner2 .pic {
        width: 977px;
        height: 299px;
        position: absolute;
        left: 50%;
        margin-left: -488.5px;
        top: 50%;
        margin-top: -150px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.product .classification {
      width: 100%;
      height: 77px;
      background: #f4f2f1;
      line-height: 77px;
      text-align: center; }
      .main.product .classification.js-m {
        transform: translateX(-200px);
        opacity: 0; }
      .main.product .classification a {
        display: inline-block;
        line-height: 77px;
        font-size: 16px;
        color: #333;
        margin: 0 56px;
        transition: all 0.5s;
        height: 77px; }
        .main.product .classification a:hover {
          color: #f5821f; }
        .main.product .classification a.current {
          color: #f5821f; }
    .main.product .series {
      width: 100%;
      height: auto;
      margin-top: 40px;
      text-align: center; }
      .main.product .series.js-m {
        transform: translateX(200px);
        opacity: 0; }
      .main.product .series a {
        width: 118px;
        height: 34px;
        border: 1px solid #c3c3c3;
        border-radius: 5px;
        display: inline-block;
        font-size: 14px;
        margin: 0 5px;
        color: #333;
        text-align: center;
        line-height: 34px; }
        .main.product .series a.cur {
          border-color: #f5821f;
          color: #fd9338; }
        .main.product .series a:hover {
          border-color: #f5821f;
          color: #fd9338; }
    .main.product .box {
      width: 1190px;
      height: auto;
      margin: 50px auto 0 auto; }
      .main.product .box ul {
        width: 110%;
        height: auto; }
        .main.product .box ul li {
          width: 370px;
          height: 411px;
          float: left;
          margin-right: 38px;
          margin-bottom: 38px;
          background: #fff;
          cursor: pointer;
          box-shadow: 0 0 5px 3px #f3f3f3;
          position: relative;
          background: none; }
          .main.product .box ul li:hover .cont {
            background: #f5821f; }
            .main.product .box ul li:hover .cont .pic img {
              transform: scale(1.1); }
            .main.product .box ul li:hover .cont .model {
              color: #fff; }
          .main.product .box ul li .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0; }
          .main.product .box ul li .cont {
            width: 100%;
            transition: all 0.5s;
            height: 396px;
            padding-top: 15px; }
            .main.product .box ul li .cont .pic {
              width: 336px;
              height: 336px;
              margin-left: auto;
              margin-right: auto;
              overflow: hidden; }
              .main.product .box ul li .cont .pic img {
                width: 100%;
                transition: all 0.5s;
                height: auto; }
            .main.product .box ul li .cont .model {
              text-align: center;
              font-size: 18px;
              color: #333;
              transition: all 0.5s;
              font-weight: bold;
              font-family: Arial;
              height: 60px;
              line-height: 60px; }
    .main.product .page2 {
      width: 100%;
      height: auto;
      margin-bottom: 75px;
      margin-top: 25px; }
      .main.product .page2 img {
        display: block;
        margin: 0 auto; }
  .main.service {
    width: 100%;
    height: auto; }
    .main.service .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.service .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.service .banner2 .pic {
        width: 977px;
        height: 300px;
        position: absolute;
        left: 50%;
        margin-left: -488.5px;
        top: 50%;
        margin-top: -150px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.service .classification {
      width: 100%;
      height: 77px;
      background: #f4f2f1;
      line-height: 77px;
      text-align: center; }
      .main.service .classification.js-m {
        transform: translateX(-200px);
        opacity: 0; }
      .main.service .classification a {
        display: inline-block;
        line-height: 77px;
        font-size: 16px;
        color: #333;
        margin: 0 56px;
        transition: all 0.5s;
        height: 77px; }
        .main.service .classification a:hover {
          color: #f5821f; }
        .main.service .classification a.current {
          color: #f5821f; }
    .main.service .after {
      width: 1190px;
      height: auto;
      margin: 0 auto;
      padding-top: 52px; }
      .main.service .after > .tit {
        font-size: 40px;
        color: #444;
        font-family: COPRGTB;
        text-align: center;
        line-height: 60px; }
        .main.service .after > .tit.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.service .after .cn {
        font-size: 20px;
        color: #444;
        text-align: center;
        line-height: 38px; }
        .main.service .after .cn.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.service .after .cont {
        width: 100%;
        height: auto;
        padding-bottom: 105px; }
        .main.service .after .cont .purpose {
          width: 100%;
          height: auto;
          font-size: 16px;
          color: #333;
          font-weight: bold;
          line-height: 28px;
          padding-top: 45px; }
        .main.service .after .cont .box {
          width: 100%;
          height: auto; }
          .main.service .after .cont .box .tis {
            font-size: 14px;
            color: #555;
            margin-top: 20px; }
          .main.service .after .cont .box .strip {
            width: 100%;
            height: auto;
            margin-top: 23px; }
            .main.service .after .cont .box .strip .num {
              width: 24px;
              height: 24px;
              background: #f5821f;
              float: left;
              font-size: 14px;
              color: #fff;
              text-align: center;
              line-height: 24px; }
            .main.service .after .cont .box .strip .con {
              float: left;
              font-size: 14px;
              color: #555;
              width: 1155px;
              margin-left: 10px;
              line-height: 24px; }
              .main.service .after .cont .box .strip .con p {
                font-size: 14px;
                color: #555; }
      .main.service .after .tu {
        margin-top: 55px;
        margin-bottom: 60px; }
        .main.service .after .tu img {
          width: 100%;
          height: auto; }
      .main.service .after .flow {
        width: 1125px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 95px;
        padding-top: 70px; }
        .main.service .after .flow .item:last-child {
          margin-bottom: 0; }
        .main.service .after .flow .line {
          width: 2px;
          height: 114px;
          background: url(../img/ll.png) no-repeat;
          margin: 0 auto; }
        .main.service .after .flow .item {
          height: 200px;
          width: 100%;
          position: relative; }
          .main.service .after .flow .item.js-m {
            transform: translateY(100px);
            opacity: 0; }
          .main.service .after .flow .item .ico {
            width: 200px;
            height: 200px;
            overflow: hidden;
            position: absolute;
            left: 50%;
            top: 0;
            margin-left: -100px; }
            .main.service .after .flow .item .ico img {
              width: 100%;
              height: 100%; }
          .main.service .after .flow .item .introduce {
            width: 378px;
            height: auto;
            border: 1px solid #d6d6d6;
            border-radius: 5px;
            font-size: 14px;
            color: #444;
            margin-top: 80px;
            min-height: 38px;
            line-height: 38px;
            text-align: center; }
          .main.service .after .flow .item .order {
            width: 380px;
            margin-right: 50px;
            margin-top: 70px; }
            .main.service .after .flow .item .order .ti {
              font-size: 18px;
              color: #444; }
            .main.service .after .flow .item .order .txt {
              font-size: 14px;
              color: #777;
              line-height: 30px; }
  .main.faq {
    width: 100%;
    height: auto; }
    .main.faq .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.faq .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.faq .banner2 .pic {
        width: 977px;
        height: 300px;
        position: absolute;
        left: 50%;
        margin-left: -488.5px;
        top: 50%;
        margin-top: -150px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.faq .content {
      width: 100%;
      height: auto;
      padding-top: 50px; }
      .main.faq .content .ti {
        font-size: 40px;
        color: #444;
        font-family: COPRGTB;
        text-align: center;
        line-height: 60px; }
        .main.faq .content .ti.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.faq .content .txt_w {
        font-size: 20px;
        color: #444;
        text-align: center;
        line-height: 38px; }
        .main.faq .content .txt_w.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.faq .content .faq_main {
        width: 100%;
        height: auto; }
        .main.faq .content .faq_main ul {
          width: 100%;
          padding-top: 45px;
          height: auto; }
          .main.faq .content .faq_main ul li:first-child {
            border-top: none; }
          .main.faq .content .faq_main ul li {
            width: 100%;
            height: auto;
            border-bottom: 1px dashed #cccbcb;
            border-top: 1px dashed #cccbcb;
            margin-top: -1px; }
            .main.faq .content .faq_main ul li.js-m {
              transform: translateY(100px);
              opacity: 0; }
            .main.faq .content .faq_main ul li.active {
              border-top: 0;
              background: #f4f2f1; }
              .main.faq .content .faq_main ul li.active .ti2 {
                border-color: #cccbcb;
                border-bottom-style: dashed; }
                .main.faq .content .faq_main ul li.active .ti2 .shang {
                  background: url(../img/shang.png) no-repeat center center !important; }
            .main.faq .content .faq_main ul li .ti2 {
              width: 100%;
              height: 85px;
              cursor: pointer;
              border-bottom: 1px solid transparent; }
              .main.faq .content .faq_main ul li .ti2 .ti_cen {
                width: 1190px;
                height: 100%;
                margin: 0 auto; }
                .main.faq .content .faq_main ul li .ti2 .ti_cen .ico {
                  width: 26px;
                  height: 29px;
                  padding-left: 8px;
                  line-height: 29px;
                  font-size: 16px;
                  float: left;
                  margin-top: 29px;
                  color: #fff;
                  font-family: Arial;
                  font-weight: bold;
                  background: url(../img/q.png) no-repeat; }
                .main.faq .content .faq_main ul li .ti2 .ti_cen .txt2 {
                  font-size: 16px;
                  color: #333;
                  float: left;
                  line-height: 85px;
                  margin-left: 15px; }
                .main.faq .content .faq_main ul li .ti2 .ti_cen .shang {
                  width: 20px;
                  height: 85px;
                  background: url(../img/xia.png) no-repeat center center;
                  float: right; }
            .main.faq .content .faq_main ul li .message {
              width: 100%;
              height: auto;
              padding-bottom: 38px;
              display: none; }
              .main.faq .content .faq_main ul li .message .message_cen {
                width: 1190px;
                height: auto;
                margin: 0 auto;
                padding-top: 29px; }
                .main.faq .content .faq_main ul li .message .message_cen .ico {
                  width: 26px;
                  height: 29px;
                  padding-left: 8px;
                  line-height: 29px;
                  font-size: 16px;
                  float: left;
                  color: #fff;
                  font-family: Arial;
                  font-weight: bold;
                  background: url(../img/ans.png) no-repeat; }
                .main.faq .content .faq_main ul li .message .message_cen .con {
                  float: left;
                  margin-left: 15px;
                  font-size: 14px;
                  color: #777; }
      .main.faq .content .page2 {
        width: 100%;
        height: auto;
        margin-bottom: 75px;
        margin-top: 55px; }
        .main.faq .content .page2 img {
          display: block;
          margin: 0 auto; }
  .main.join {
    width: 100%;
    height: auto; }
    .main.join .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.join .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.join .banner2 .pic {
        width: 977px;
        height: 300px;
        position: absolute;
        left: 50%;
        margin-left: -488.5px;
        top: 50%;
        margin-top: -150px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.join .classification {
      width: 100%;
      height: 77px;
      background: #f4f2f1;
      line-height: 77px;
      text-align: center; }
      .main.join .classification.js-m {
        transform: translateX(-200px);
        opacity: 0; }
      .main.join .classification a {
        display: inline-block;
        line-height: 77px;
        font-size: 16px;
        color: #333;
        margin: 0 56px;
        transition: all 0.5s;
        height: 77px; }
        .main.join .classification a:hover {
          color: #f5821f; }
        .main.join .classification a.current {
          color: #f5821f; }
    .main.join .join_box {
      width: 1190px;
      height: auto;
      margin: 0 auto;
      padding-top: 65px;
      padding-bottom: 75px; }
      .main.join .join_box .tit {
        font-size: 40px;
        color: #444;
        font-family: COPRGTB;
        text-align: center;
        line-height: 60px; }
        .main.join .join_box .tit.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.join .join_box .en {
        font-size: 20px;
        color: #444;
        text-align: center;
        line-height: 38px; }
        .main.join .join_box .en.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.join .join_box .map_box {
        width: 100%;
        height: 542px;
        margin-top: 50px;
        margin-bottom: 105px;
        position: relative; }
        .main.join .join_box .map_box #map2 {
          width: 100%;
          height: 100%; }
          .main.join .join_box .map_box #map2 .anchorBL {
            display: none; }
        .main.join .join_box .map_box .content {
          width: 395px;
          height: 325px;
          background: #fff;
          position: absolute;
          top: 110px;
          right: 145px; }
          .main.join .join_box .map_box .content .ti {
            margin: 0 38px;
            font-size: 18px;
            color: #333;
            padding-bottom: 8px;
            padding-top: 40px;
            border-bottom: 1px solid #e8e5e3; }
          .main.join .join_box .map_box .content .message {
            margin: 0 38px;
            height: auto;
            padding-top: 15px; }
            .main.join .join_box .map_box .content .message div {
              font-size: 14px;
              color: #727272;
              padding-left: 35px;
              margin-top: 5px; }
              .main.join .join_box .map_box .content .message div.address {
                background: url(../img/add.png) no-repeat 4px center; }
              .main.join .join_box .map_box .content .message div.tel {
                background: url(../img/t.png) no-repeat 4px center; }
              .main.join .join_box .map_box .content .message div.cz {
                background: url(../img/cz.png) no-repeat 4px center; }
              .main.join .join_box .map_box .content .message div.kf {
                background: url(../img/kf.png) no-repeat 4px center; }
              .main.join .join_box .map_box .content .message div.qq {
                background: url(../img/q2.png) no-repeat 4px center; }
      .main.join .join_box .recruit_box {
        width: 1190px;
        height: auto;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 55px; }
        .main.join .join_box .recruit_box.js-m {
          transform: translateY(100px);
          opacity: 0; }
        .main.join .join_box .recruit_box li {
          width: 100%;
          height: auto;
          margin-bottom: 5px; }
          .main.join .join_box .recruit_box li.active .join_nav {
            background: #f5821f; }
            .main.join .join_box .recruit_box li.active .join_nav .ti {
              color: #fff; }
            .main.join .join_box .recruit_box li.active .join_nav .ico {
              background: url(../img/jian.png) no-repeat center center #fff; }
            .main.join .join_box .recruit_box li.active .join_nav .txt {
              color: #fff; }
          .main.join .join_box .recruit_box li .join_nav {
            width: 1140px;
            height: 60px;
            background: #f9f9f9;
            line-height: 60px;
            cursor: pointer;
            transition: all 0.5s;
            padding: 0 25px; }
            .main.join .join_box .recruit_box li .join_nav .ti {
              font-size: 16px;
              color: #333;
              float: left; }
            .main.join .join_box .recruit_box li .join_nav .txt {
              font-size: 12px;
              color: #000;
              opacity: 0.5;
              margin-left: 30px;
              float: left; }
            .main.join .join_box .recruit_box li .join_nav .ico {
              width: 25px;
              height: 25px;
              border-radius: 25px;
              float: right;
              background: url(../img/jia3.png) no-repeat center center #fff;
              margin-top: 15px; }
            .main.join .join_box .recruit_box li .join_nav a {
              color: #666;
              font-size: 12px;
              float: right;
              margin-right: 35px; }
              .main.join .join_box .recruit_box li .join_nav a:hover {
                color: #000; }
          .main.join .join_box .recruit_box li .message {
            width: 100%;
            height: auto;
            padding-bottom: 45px;
            display: none;
            padding-top: 20px; }
            .main.join .join_box .recruit_box li .message .mes {
              width: 1130px;
              overflow: hidden;
              color: #fd9338;
              font-size: 14px;
              padding: 35px 45px 0 25px; }
            .main.join .join_box .recruit_box li .message .ci {
              width: 1120px;
              height: auto;
              padding-right: 45px;
              padding-left: 25px;
              text-align: left; }
              .main.join .join_box .recruit_box li .message .ci .tit2 {
                font-size: 14px;
                color: #555;
                font-weight: bold;
                padding-top: 5px; }
              .main.join .join_box .recruit_box li .message .ci .con {
                width: 100%;
                height: auto;
                padding-bottom: 3px; }
                .main.join .join_box .recruit_box li .message .ci .con p {
                  font-size: 14px;
                  color: #555;
                  padding-top: 6px; }
              .main.join .join_box .recruit_box li .message .ci .t2 {
                font-size: 13px;
                color: #2d858f;
                padding-top: 25px; }
              .main.join .join_box .recruit_box li .message .ci .dh {
                font-size: 13px;
                color: #666;
                padding-top: 8px; }
              .main.join .join_box .recruit_box li .message .ci .jus {
                width: 120px;
                height: 40px;
                font-size: 14px;
                color: #999;
                margin-top: 25px;
                text-align: center;
                line-height: 40px; }
                .main.join .join_box .recruit_box li .message .ci .jus a {
                  width: 100%;
                  height: 100%;
                  display: block;
                  color: #999;
                  border-radius: 40px;
                  border: 1px solid #9c9c9c; }
                  .main.join .join_box .recruit_box li .message .ci .jus a:hover {
                    background: #fd9338;
                    color: #fff;
                    border-color: #fd9338; }
      .main.join .join_box .more {
        display: none; }
        .main.join .join_box .more img {
          display: block;
          margin: 0 auto; }
      .main.join .join_box .form {
        width: 1190px;
        margin-top: 50px; }
        .main.join .join_box .form .input {
          width: 100%;
          overflow: hidden; }
          .main.join .join_box .form .input input[type="text"]:last-child {
            margin-right: 0; }
          .main.join .join_box .form .input input[type="text"] {
            width: 378px;
            display: block;
            height: 58px;
            margin-right: 25px;
            line-height: 58px;
            border: 1px solid #dcdcdc;
            font-size: 16px;
            float: left;
            color: #999;
            text-indent: 1em; }
        .main.join .join_box .form .textarea {
          text-indent: 1em;
          width: 100%;
          height: 265px;
          clear: both; }
          .main.join .join_box .form .textarea textarea {
            width: 1188px;
            clear: both;
            height: 263px;
            display: block;
            resize: none;
            border: none;
            font-size: 16px;
            border: 1px solid #dcdcdc;
            color: #999;
            text-indent: 1em;
            margin-top: 25px; }
        .main.join .join_box .form .submit {
          width: 209px;
          height: 58px;
          border-radius: 58px;
          color: #f5821f;
          border: none;
          font-size: 16px;
          text-align: center;
          line-height: 48px;
          margin-left: auto;
          border: 1px solid #f5821f;
          margin-right: auto;
          margin-top: 57px;
          margin-bottom: 30px;
          background: none;
          display: block; }
  .main.case {
    width: 100%;
    height: auto; }
    .main.case .banner2 {
      width: 100%;
      height: 680px;
      position: relative; }
      .main.case .banner2.ani .pic {
        animation: move 1s forwards; }
      .main.case .banner2 .pic {
        width: 977px;
        height: 300px;
        position: absolute;
        left: 50%;
        margin-left: -488.5px;
        top: 50%;
        margin-top: -150px;
        transform: translateY(-100px);
        opacity: 0; }
    .main.case .classification {
      width: 100%;
      height: 77px;
      background: #f4f2f1;
      line-height: 77px;
      text-align: center; }
      .main.case .classification.js-m {
        transform: translateX(-200px);
        opacity: 0; }
      .main.case .classification a {
        display: inline-block;
        line-height: 77px;
        font-size: 16px;
        color: #333;
        margin: 0 56px;
        transition: all 0.5s;
        height: 77px; }
        .main.case .classification a:hover {
          color: #f5821f; }
        .main.case .classification a.current {
          color: #f5821f; }
    .main.case .customer {
      width: 100%;
      height: auto;
      padding-bottom: 20px; }
      .main.case .customer .customer_class {
        width: 100%;
        height: 153px;
        padding-top: 67px;
        background: #f9c87b; }
        .main.case .customer .customer_class.js-m {
          transform: translateY(100px);
          opacity: 0; }
        .main.case .customer .customer_class.bg2 {
          background: #bdd194; }
        .main.case .customer .customer_class.bg3 {
          background: #b2d9c7; }
        .main.case .customer .customer_class .ti {
          font-size: 35px;
          color: #fff;
          text-align: center;
          font-family: COPRGTB;
          line-height: 48px;
          letter-spacing: 5px; }
        .main.case .customer .customer_class .con {
          font-size: 20px;
          color: #fff;
          text-align: center; }
      .main.case .customer .name {
        width: 1190px;
        height: auto;
        padding-top: 45px;
        margin: 0 auto;
        padding-bottom: 70px;
        overflow: hidden; }
        .main.case .customer .name.js-m {
          transform: translateY(100px);
          opacity: 0; }
        .main.case .customer .name ul {
          width: 110%;
          height: auto; }
          .main.case .customer .name ul li:last-child {
            border: none; }
          .main.case .customer .name ul li {
            width: 242px;
            height: auto;
            margin-right: 30px;
            margin-left: 28px;
            border-right: 1px dashed #dfdfdf;
            float: left; }
            .main.case .customer .name ul li div:first-child {
              margin-top: 0; }
            .main.case .customer .name ul li div {
              font-size: 14px;
              margin-top: 16px;
              color: #3d3b38;
              padding-left: 15px;
              background: url(../img/f.png) no-repeat left center; }
    .main.case .case_main {
      width: 1190px;
      height: auto;
      margin: 0 auto;
      padding-top: 65px; }
      .main.case .case_main .tit {
        font-size: 40px;
        color: #444;
        font-family: COPRGTB;
        text-align: center;
        line-height: 60px;
        letter-spacing: 7px; }
        .main.case .case_main .tit.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.case .case_main .en {
        font-size: 20px;
        color: #444;
        text-align: center;
        line-height: 38px; }
        .main.case .case_main .en.js-m {
          transform: translateY(100px);
          opacity: 0; }
      .main.case .case_main .box2 {
        width: 100%;
        height: auto;
        padding-top: 65px; }
        .main.case .case_main .box2 ul {
          width: 110%; }
          .main.case .case_main .box2 ul li {
            width: 296px;
            float: left;
            margin-right: 1px;
            height: 296px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            margin-bottom: 1px; }
            .main.case .case_main .box2 ul li:hover .cont .mask2, .main.case .case_main .box2 ul li:hover .cont .con {
              opacity: 1;
              transform: translateY(0); }
            .main.case .case_main .box2 ul li:hover .cont .pic img {
              transform: scale(1.1); }
            .main.case .case_main .box2 ul li .mask {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0; }
            .main.case .case_main .box2 ul li .cont {
              width: 100%;
              height: 100%; }
              .main.case .case_main .box2 ul li .cont .mask2 {
                width: 100%;
                height: 100%;
                background: url(../img/cbg.png) no-repeat;
                position: absolute;
                left: 0;
                top: 0;
                transform: translateY(-300px);
                opacity: 0;
                transition: all 0.5s; }
              .main.case .case_main .box2 ul li .cont .pic {
                width: 100%;
                height: 100%;
                overflow: hidden; }
                .main.case .case_main .box2 ul li .cont .pic img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.5s; }
              .main.case .case_main .box2 ul li .cont .con {
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                height: auto;
                margin-top: -48px;
                transform: translateY(-300px);
                opacity: 0;
                transition: all 0.5s; }
                .main.case .case_main .box2 ul li .cont .con .ico {
                  width: 60px;
                  height: 60px;
                  background: url(../img/cj.png) no-repeat center center #fff;
                  border-radius: 50%;
                  margin: 0 auto; }
                .main.case .case_main .box2 ul li .cont .con .name {
                  font-size: 16px;
                  color: #fff;
                  text-align: center;
                  padding-top: 10px; }
    .main.case .page2 {
      width: 100%;
      height: auto;
      margin-bottom: 85px;
      margin-top: 70px; }
      .main.case .page2 img {
        display: block;
        margin: 0 auto; }

.footer {
  width: 100%;
  height: auto;
  padding-top: 92px;
  padding-bottom: 40px;
  background: url(../img/footer.jpg) no-repeat center center; }
  .footer .footer_cen {
    width: 1190px;
    height: auto;
    margin: 0 auto; }
    .footer .footer_cen .list:last-child {
      margin-right: 0; }
    .footer .footer_cen .list {
      width: 300px;
      padding: 0 35px;
      height: 350px;
      background: #fff;
      margin-right: 40px;
      float: left; }
      .footer .footer_cen .list.map {
        padding: 0;
        width: 370px;
        height: 350px; }
        .footer .footer_cen .list.map #map {
          width: 100%;
          height: 100%; }
          .footer .footer_cen .list.map #map .anchorBL {
            display: none; }
      .footer .footer_cen .list .tit {
        text-align: center;
        font-size: 18px;
        color: #000;
        padding-top: 55px; }
        .footer .footer_cen .list .tit span {
          font-size: 22px;
          color: #000;
          font-family: COPRGTB;
          margin-right: 15px; }
      .footer .footer_cen .list .search {
        width: 100%;
        height: auto;
        margin-top: 57px; }
        .footer .footer_cen .list .search input[type="text"] {
          width: 239px;
          height: 48px;
          line-height: 48px;
          font-size: 12px;
          color: #000;
          text-indent: 1em;
          border: none;
          display: block;
          float: left;
          background: #f2f2f2; }
        .footer .footer_cen .list .search input[type="submit"] {
          width: 57px;
          height: 50px;
          float: left;
          display: block;
          background: url(../img/j.png) no-repeat center center #fd9338;
          border: none; }
      .footer .footer_cen .list .txt {
        font-size: 12px;
        color: #636363;
        text-align: center;
        opacity: 0.5;
        margin-top: 35px; }
      .footer .footer_cen .list .message {
        width: 100%;
        height: auto;
        margin-top: 25px; }
        .footer .footer_cen .list .message .tel {
          background: url(../img/tel2.png) no-repeat left center;
          padding-left: 35px;
          font-size: 18px;
          color: #636363;
          font-family: COPRGTL; }
          .footer .footer_cen .list .message .tel span {
            font-size: 12px;
            font-family: Microsoft YaHei; }
        .footer .footer_cen .list .message .email {
          background: url(../img/email.png) no-repeat left center;
          padding-left: 35px;
          font-size: 18px;
          color: #636363;
          font-family: COPRGTL;
          margin-top: 15px; }
        .footer .footer_cen .list .message .address {
          background: url(../img/address.png) no-repeat left center;
          padding-left: 35px;
          font-size: 14px;
          color: #636363;
          margin-top: 17px; }
      .footer .footer_cen .list .bdsharebuttonbox {
        width: 100%;
        height: auto;
        margin-top: 40px;
        text-align: center; }
        .footer .footer_cen .list .bdsharebuttonbox a {
          width: 35px;
          height: 33px;
          float: none;
          padding-left: 0;
          margin: 10px 7px 0 7px;
          display: inline-block; }
          .footer .footer_cen .list .bdsharebuttonbox a.sina {
            background: url(../img/sinas.png) no-repeat;
            background-size: cover; }
          .footer .footer_cen .list .bdsharebuttonbox a.qq {
            background: url(../img/qqq.png) no-repeat;
            background-size: cover; }
          .footer .footer_cen .list .bdsharebuttonbox a.wx {
            background: url(../img/wxx.png) no-repeat;
            background-size: cover; }
  .footer .copyright {
    width: 1190px;
    height: 25px;
    background: #fff;
    margin-top: 57px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5); }
    .footer .copyright a {
      color: rgba(0, 0, 0, 0.5); }
      .footer .copyright a:hover {
        color: #fd9338; }

.back-top {
  width: 75px;
  height: auto;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  margin-top: -345px;
  display: none; }
  .back-top .top {
    width: 100%;
    height: 50px;
    background: #fd9338;
    margin-bottom: 1px;
    display: block;
    color: #fff; }
    .back-top .top:hover .tu img {
      transform: translateY(-2px); }
    .back-top .top .tu {
      width: 100%;
      height: auto;
      padding-top: 10px; }
      .back-top .top .tu img {
        display: block;
        margin: 0 auto;
        transition: all 0.5s; }
    .back-top .top .txt {
      font-size: 15px;
      color: #fff;
      line-height: 26px;
      text-align: center; }
  .back-top .qq {
    width: 100%;
    height: 55px;
    background: #e6e6e6;
    display: block;
    padding-top: 15px;
    margin-bottom: 1px; }
    .back-top .qq:hover .txt {
      color: #fd9338; }
    .back-top .qq .ico {
      width: 100%;
      height: 20px;
      background: url(../img/q5.png) no-repeat center center; }
    .back-top .qq .txt {
      font-size: 12px;
      color: #a2a2a2;
      transition: all 0.5s;
      text-align: center; }
  .back-top .fk {
    width: 100%;
    height: 55px;
    background: #e6e6e6;
    display: block;
    padding-top: 15px;
    margin-bottom: 1px;
    position: relative;
    cursor: pointer; }
    .back-top .fk .code {
      width: 200px;
      height: 200px;
      position: absolute;
      right: 75px;
      bottom: 0;
      display: none;
      padding: 10px;
      background: #fff;
      z-index: 900;
      overflow: hidden; }
      .back-top .fk .code img {
        width: 100%;
        height: 100%; }
    .back-top .fk:hover .txt {
      color: #fd9338; }
    .back-top .fk.wb .ico {
      background: url(../img/weibo.png) no-repeat center center; }
    .back-top .fk.wx .bdsharebuttonbox {
      width: 100%;
      height: 100%;
      display: block; }
      .back-top .fk.wx .bdsharebuttonbox a {
        display: block;
        padding-top: 22px;
        width: 100%;
        height: 100%;
        margin: 0;
        background: url(../img/weibo.png) no-repeat top center;
        box-sizing: border-box;
        font-size: 12px;
        color: #a2a2a2;
        text-align: center;
        padding-left: 0;
        transition: all 0.5s; }
        .back-top .fk.wx .bdsharebuttonbox a:hover {
          color: #fd9338; }
    .back-top .fk .ico {
      width: 100%;
      height: 20px;
      background: url(../img/fk.png) no-repeat center center; }
    .back-top .fk .txt {
      font-size: 12px;
      color: #a2a2a2;
      text-align: center;
      transition: all 0.5s; }
  .back-top .tel {
    width: 250px;
    height: 70px;
    cursor: pointer;
    position: relative;
    margin-bottom: 1px; }
    .back-top .tel:hover .tl .txt {
      color: #fd9338; }
    .back-top .tel .tl {
      width: 75px;
      height: 55px;
      padding-top: 15px;
      background: #e6e6e6; }
      .back-top .tel .tl .ico {
        width: 100%;
        height: 20px;
        background: url(../img/tet.png) no-repeat center center; }
      .back-top .tel .tl .txt {
        font-size: 12px;
        color: #a2a2a2;
        text-align: center;
        transition: all 0.5s; }
    .back-top .tel .num {
      width: 160px;
      height: 70px;
      font-size: 16px;
      color: #fff;
      position: absolute;
      background: #fd9338;
      line-height: 70px;
      left: 75px;
      padding-left: 15px;
      top: 0; }

.js-m {
  transform: translateY(100px);
  opacity: 0; }

.mask_p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }

.mask_video {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }

.video_main {
  width: 800px;
  height: 600px;
  background: #fff;
  position: fixed;
  left: 50%;
  display: none;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
  z-index: 1000; }
  .video_main embed {
    width: 100%;
    height: 100%;
    display: block; }
  .video_main .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    background: url(../img/close.png) no-repeat center center;
    cursor: pointer; }

#img-slider .slide .img {
  margin: 10px auto;
  border: none; }

#img-slider .img img {
  display: block;
  width: 100%; }

.bomb {
  width: 780px;
  height: 600px;
  position: fixed;
  top: 50%;
  padding-top: 20px;
  left: 50%;
  margin-top: -325px;
  margin-left: -390px;
  background: #fff;
  z-index: 1000;
  display: none; }
  .bomb .close {
    width: 60px;
    height: 60px;
    background: url(../img/close.png) no-repeat center center #2c2c2c;
    position: absolute;
    right: -60px;
    z-index: 1000;
    cursor: pointer;
    top: 0; }
  .bomb .title {
    padding: 0 50px;
    height: auto; }
    .bomb .title .t {
      font-size: 28px;
      color: #333;
      line-height: 36px; }
    .bomb .title .model {
      font-size: 14px;
      color: #333;
      padding-bottom: 10px;
      line-height: 24px; }
  .bomb .box2 {
    width: 100%;
    height: 480px; }
  .bomb .tu {
    padding: 0 50px;
    height: auto; }
    .bomb .tu img {
      width: 100%;
      height: auto; }
  .bomb .con {
    padding: 20px 50px 0 50px;
    height: auto; }
    .bomb .con .m {
      font-size: 14px;
      color: #444;
      line-height: 24px; }
    .bomb .con .specifications {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .bomb .con .specifications .t {
        font-size: 14px;
        color: #444;
        float: left;
        line-height: 24px; }
      .bomb .con .specifications .g {
        font-size: 14px;
        color: #444;
        float: left;
        line-height: 24px; }

.applay-tb {
  width: 960px;
  margin: 40px auto 50px auto; }

.applay-tb .spred {
  font-size: 18px;
  font-family: Arial;
  color: #F00;
  margin-left: 12px; }

.applay-tb {
  border: 0;
  border-width: 0 0 1px 1px; }

.applay-tb tr td {
  padding: 8px 6px;
  border: 0;
  border-width: 1px 1px 0 0;
  font-size: 14px; }

.applay-tb tr td {
  line-height: 1.8; }

.applay-tb .applay-input {
  width: 180px;
  padding: 8px 10px;
  line-height: 18px;
  color: #666;
  border: 1px solid #dddddd;
  box-shadow: 2px 2px 2px #f4f4f4 inset;
  background: #fff;
  font-size: 14px; }

.applay-tb select.applay-input {
  height: 36px;
  width: 200px; }

.applay-tb textarea.applay-input {
  width: 820px;
  height: 100px; }

.applay-tb .applay-input.code {
  width: 90px;
  margin-right: 8px; }

.applay-tb .submit {
  width: 150px;
  height: 35px;
  background: #fd9338;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  border: none;
  display: block;
  cursor: pointer; }

.applay-tb .error {
  border-color: #D70128; }

::-moz-placeholder {
  color: #999 !important; }

::-webkit-input-placeholder {
  color: #999 !important; }

:-ms-input-placeholder {
  color: #999 !important; }

.search ::-moz-placeholder {
  color: #000 !important; }

.search ::-webkit-input-placeholder {
  color: #000 !important; }

.search :-ms-input-placeholder {
  color: #000 !important; }

.overlay, .overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  visibility: hidden;
  overflow: auto;
  z-index: 9999; }
  .overlay .close, .overlay2 .close {
    position: absolute;
    top: 0px;
    right: -40px;
    cursor: pointer;
    font-size: 36px;
    width: 40px;
    height: 40px;
    background: url(../img/close.png) no-repeat center center #333; }
  .overlay .wrap, .overlay2 .wrap {
    width: 800px;
    opacity: 0;
    background: #fff;
    height: 530px;
    padding-top: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -275px; }
    .overlay .wrap .title, .overlay2 .wrap .title {
      padding: 0 50px;
      height: auto; }
      .overlay .wrap .title .t, .overlay2 .wrap .title .t {
        font-size: 28px;
        color: #333;
        text-align: center;
        line-height: 36px; }
      .overlay .wrap .title .model, .overlay2 .wrap .title .model {
        font-size: 14px;
        color: #666;
        text-align: center;
        padding-bottom: 10px;
        line-height: 24px; }
    .overlay .wrap .box2, .overlay2 .wrap .box2 {
      width: 100%;
      height: 435px; }
    .overlay .wrap .tu, .overlay2 .wrap .tu {
      padding: 0 50px;
      height: auto; }
      .overlay .wrap .tu img, .overlay2 .wrap .tu img {
        width: 100%;
        height: auto; }
    .overlay .wrap .con, .overlay2 .wrap .con {
      padding: 20px 50px 0 50px;
      height: auto; }
      .overlay .wrap .con .m, .overlay2 .wrap .con .m {
        font-size: 14px;
        color: #333;
        line-height: 24px; }
      .overlay .wrap .con .specifications, .overlay2 .wrap .con .specifications {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .overlay .wrap .con .specifications .t, .overlay2 .wrap .con .specifications .t {
          font-size: 14px;
          color: #333;
          float: left;
          line-height: 24px; }
        .overlay .wrap .con .specifications .g, .overlay2 .wrap .con .specifications .g {
          font-size: 14px;
          color: #333;
          float: left;
          line-height: 24px; }

.page {
  padding: 0px 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both; }

.page a {
  text-decoration: none;
  color: #999;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 3px 6px;
  padding-bottom: 2px;
  margin-right: 3px; }

.page a.active {
  background: #858585;
  border-color: #88664E;
  color: #fff; }

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #858585;
  border-color: #858585; }

/*# sourceMappingURL=style.css.map */
